home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / Ahnenblatt / absetup.exe / {app} / Ahnblatt.exe / 0 / RCDATA / TPERSSUCHE3FORM / TPERSSUCHE3FORM.txt
Text File  |  2014-12-03  |  4KB  |  151 lines

  1. object PersSuche3Form: TPersSuche3Form
  2.   Left = 752
  3.   Top = 582
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Gehe zu ...'
  7.   ClientHeight = 383
  8.   ClientWidth = 594
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poDefault
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 14
  24.   object PersonGroupBox: TTntGroupBox
  25.     Tag = 107
  26.     Left = 9
  27.     Top = 11
  28.     Width = 577
  29.     Height = 327
  30.     Caption = 'Person (Geburtsname, Vornamen)'
  31.     TabOrder = 0
  32.     object PageControl: TTntPageControl
  33.       Left = 8
  34.       Top = 20
  35.       Width = 560
  36.       Height = 298
  37.       ActivePage = Proposals
  38.       TabOrder = 0
  39.       OnChange = PageControlChange
  40.       object Proposals: TTntTabSheet
  41.         Caption = 'Vorschl'#228'ge'
  42.         ExplicitLeft = 0
  43.         ExplicitTop = 0
  44.         ExplicitWidth = 0
  45.         ExplicitHeight = 0
  46.         object PersonenListe: TTntCheckListBox
  47.           Left = 3
  48.           Top = 4
  49.           Width = 545
  50.           Height = 259
  51.           OnClickCheck = PersonenListeClickCheck
  52.           Font.Charset = DEFAULT_CHARSET
  53.           Font.Color = clWindowText
  54.           Font.Height = -12
  55.           Font.Name = 'Arial'
  56.           Font.Style = []
  57.           ItemHeight = 15
  58.           ParentFont = False
  59.           Sorted = True
  60.           TabOrder = 0
  61.           OnClick = PersonenListeClickCheck
  62.         end
  63.       end
  64.       object AllPersons: TTntTabSheet
  65.         Caption = 'Alle Personen'
  66.         ExplicitLeft = 0
  67.         ExplicitTop = 0
  68.         ExplicitWidth = 0
  69.         ExplicitHeight = 0
  70.         object LEPerson: TTntLookupEdit
  71.           Left = 3
  72.           Top = 4
  73.           Width = 545
  74.           Height = 23
  75.           Font.Charset = DEFAULT_CHARSET
  76.           Font.Color = clWindowText
  77.           Font.Height = -12
  78.           Font.Name = 'Arial'
  79.           Font.Style = []
  80.           ParentFont = False
  81.           TabOrder = 0
  82.           OnChange = LEPersonChange
  83.           OnKeyDown = LEPersonKeyDown
  84.           Sorted = True
  85.         end
  86.         object Button1: TTntButton
  87.           Tag = 105
  88.           Left = 468
  89.           Top = 4
  90.           Width = 80
  91.           Height = 23
  92.           Caption = 'Aus&wahl...'
  93.           TabOrder = 1
  94.           Visible = False
  95.           OnClick = Button1Click
  96.         end
  97.         object LBPersonen: TTntListBox
  98.           Left = 3
  99.           Top = 35
  100.           Width = 545
  101.           Height = 227
  102.           Font.Charset = DEFAULT_CHARSET
  103.           Font.Color = clWindowText
  104.           Font.Height = -12
  105.           Font.Name = 'Arial'
  106.           Font.Style = []
  107.           ItemHeight = 15
  108.           ParentFont = False
  109.           Sorted = True
  110.           TabOrder = 2
  111.           OnClick = LBPersonenClick
  112.           OnDblClick = LBPersonenDblClick
  113.         end
  114.       end
  115.     end
  116.   end
  117.   object OK: TTntButton
  118.     Tag = 106
  119.     Left = 415
  120.     Top = 347
  121.     Width = 81
  122.     Height = 27
  123.     Caption = '&OK'
  124.     Default = True
  125.     TabOrder = 2
  126.     OnClick = OKClick
  127.   end
  128.   object Abbruch: TTntButton
  129.     Tag = 105
  130.     Left = 505
  131.     Top = 347
  132.     Width = 81
  133.     Height = 27
  134.     Cancel = True
  135.     Caption = '&Abbrechen'
  136.     ModalResult = 2
  137.     TabOrder = 3
  138.   end
  139.   object PersonVorschlagen: TTntButton
  140.     Tag = 106
  141.     Left = 9
  142.     Top = 347
  143.     Width = 162
  144.     Height = 27
  145.     Caption = '&Person vorschlagen...'
  146.     TabOrder = 1
  147.     Visible = False
  148.     OnClick = PersonVorschlagenClick
  149.   end
  150. end
  151.